Use scipy.special not scipy.misc
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 28 Jan 2020 22:29:29 +0000 (22:29 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Tue, 28 Jan 2020 22:29:29 +0000 (22:29 +0000)
commitfdb5b62d0f43de06c4bb3cc420afcf351b725f82
tree368b5f18225736480a6230e08e76b0cc8729324d
parent29508f65aeadadc65bdf96185ec3a5499ad6c4b6
Use scipy.special not scipy.misc

factorial, comb and logsumexp have been moved: trying to import them
from the old location is an error in scipy 1.3+.
https://ci.debian.net/data/autopkgtest/unstable/amd64/s/statsmodels/2949940/log.gz

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: accepted https://github.com/statsmodels/statsmodels/pull/6164

Gbp-Pq: Name scipy13_compat.patch
examples/python/discrete_choice_example.py
statsmodels/distributions/edgeworth.py
statsmodels/sandbox/infotheo.py